README file - translation to English
Diclib.com
Online Dictionary

README file - translation to English

FILE THAT CONTAINS INFORMATION ABOUT OTHER FILES IN A DIRECTORY OR ARCHIVE
Read me; Readme file; Readme; READ.ME; Read.Me; Read.me; README.1ST; Readme.1st; Readme.txt; ReadMe; Read me first.htm; README.DOC; README file; READ THIS FIRST; Read this first; README.TXT; README.md; Read This First; README.LST; README.PRN; README.WRI; README.ASC; LiesMich; Liesmich; LIESMICH; LisezMoi; Lisezmoi; DO NOT DELETE.ME; !1streadme.txt; !README; !readme; Read.1st; READ.1ST
  • Screenshot of the README file of [[cURL]]

README file         
README bestand, lees-mij bestand, tekst bestand dat is opgenomen in een programma en informatie bevat waarvan het aanbevolen is deze te lezen voor het opstarten van het programma
file format         
  • wav-file: 2.1 Megabytes.
  • ogg-file: 154 kilobytes.
FORMALIZED STRUCTURE OF INFORMATION STORED ON A COMPUTER
File Formats; Filetype; File type; Bytestream format; File formats; Computer file formats; Computer file format; Binary signature; File format identification
bestands opbouw, de wijze waarop de gegevens in een bestand zijn opgeslagen
file management         
  • The Alto Neptune file manager program
  • In Cubix, files sharing the same attributes are represented by cubes in a 3D environment.
  • [[File System Visualizer]], one example of a 3D file manager
  • Miller Column]] browser from [[GNUstep]] is a type of Navigational file manager.
  • [[Midnight Commander]], an orthodox file manager with a [[text-based user interface]]
  • The [[Nautilus file manager]] had a spatial mode, which was removed with the arrival of GNOME (and with it Nautilus) version 3.x.  Each of these windows displays an open directory.
  • Nemo]]
  • File Manager]] in [[Windows 10]], displaying the contents of partition X:
COMPUTER PROGRAM THAT PROVIDES A USER INTERFACE TO WORK WITH FILE SYSTEMS
File browser; Computer file management; Orthodox file manager; Navigational file manager; File managers; Orthodox File Managers; Orthodox File Manager; VDFM; Save As; Filemanager; File Manager; File management; Document browser; Commander (computing); Norton Commander clone; Dual-pane file manager; 3D file manager; File management application; File processing; File system browser
dossieradministratie (verzameling van dienstproramma's voor behandeling van dossiers (zoals copiëren en uitvegen, enz,)

Definition

README file
<convention> An introduction traditionally included in the top-level directory of a Unix source distribution, containing a pointer to more detailed documentation, credits, miscellaneous revision history, notes, etc. The file may be named README, or READ.ME, or rarely ReadMe or readme.txt or some other variant. In the Macintosh and IBM PC worlds, software is not usually distributed in source form, and the README is more likely to contain user-oriented material like last-minute documentation changes, error workarounds, and restrictions. The README convention probably follows the famous scene in Lewis Carroll's "Alice's Adventures In Wonderland" in which Alice confronts magic munchies labelled "Eat Me" and "Drink Me". [Jargon File] (1995-02-28)

Wikipedia

README

In software development, a README file contains information about the other files in a directory or archive of computer software. A form of documentation, it is usually a simple plain text file called README, Read Me, READ.ME, README.TXT, README.md (to indicate the use of Markdown), or README.1ST.

The file's name is generally written in uppercase. On Unix-like systems in particular, this causes it to stand out – both because lowercase filenames are more common, and because the ls command commonly sorts and displays files in ASCII-code order, in which uppercase filenames will appear first.